home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / pinentry-qt4 / README.Debian < prev   
Text File  |  2008-09-08  |  3KB  |  65 lines

  1. PIN entry for Debian
  2. --------------------
  3.  
  4. This package and its sibling packages are intended to be used as a
  5. pass-phrase entry dialog for the program gpg-agent (Debian package
  6. gnupg-agent).  To configure gpg-agent to use one of the provided
  7. pinentry programs, put something like this into your
  8. ~/.gnupg/gpg-agent.conf:
  9.  
  10.     pinentry-program /usr/bin/pinentry-qt4
  11.  
  12. You have the following pinentry variants to choose from:
  13.  
  14. /usr/bin/pinentry
  15.     Generic name that points, via the Debian alternatives system, to
  16.     the "best" installed PIN entry program.  gpg-agent uses this by
  17.     default.
  18.  
  19. /usr/bin/pinentry-x11
  20.     Generic name that points, via the Debian alternatives system, to
  21.     the "best" installed PIN entry program with X11 support (that is,
  22.     the GTK+, GTK+ 2, Qt, or Qt 4 flavor).
  23.  
  24. /usr/bin/pinentry-curses
  25.     Text-mode PIN entry program that uses the curses tool kit (package
  26.     pinentry-curses).
  27.  
  28. /usr/bin/pinentry-gtk
  29.     Graphical PIN entry program that uses the GTK+ tool kit version 1
  30.     (package pinentry-gtk).
  31.  
  32. /usr/bin/pinentry-gtk-2
  33.     Graphical PIN entry program that uses the GTK+ tool kit version 2
  34.     (package pinentry-gtk2).
  35.  
  36. /usr/bin/pinentry-qt
  37.     Graphical PIN entry program that uses the Qt 3 tool kit (package
  38.     pinentry-qt).
  39.  
  40. /usr/bin/pinentry-qt4
  41.     Graphical PIN entry program that uses the Qt 4 tool kit (package
  42.     pinentry-qt4).
  43.  
  44. The programs pinentry-gtk, pinentry-gtk-2, and pinentry-qt* automatically
  45. fall back to the curses interface if no X Window System is available.
  46. So for example, if you frequently switch between text mode and KDE, and
  47. you want to use both Mutt and KMail with GnuPG pass-phrase agent support,
  48. then configuring /usr/bin/pinentry-qt would work.  (In this case,
  49. leaving it at /usr/bin/pinentry would also work, since pinentry-qt is
  50. the preferred alternative overall, but if you prefer to use, say,
  51. pinentry-gtk, then you need to set it up explicitly (or manually alter
  52. the alternatives system; the possibilities abound).)
  53.  
  54. pinentry-qt4 is intended for users of KDE 4, whereas pinentry-qt uses
  55. Qt 3, which is more suitable for users of KDE 3.  pinentry-qt4 is not
  56. maintained by the upstream authors of the other pinentry packages (yet),
  57. but by the KDE team (for the time being).
  58.  
  59. Note that for the complete system to work, you also need to configure
  60. GnuPG to use the gpg-agent to get the pass phrases, and you need to
  61. configure your e-mail client to use GnuPG.  These issues are not
  62. covered here.
  63.  
  64.  -- Peter Eisentraut <petere@debian.org>, 2008-04-20
  65.